Skip to content

Document new /restate/ ingress endpoints (#288)#305

Open
tillrohrmann wants to merge 2 commits into
restatedev:restate-1.7from
tillrohrmann:issues/288
Open

Document new /restate/ ingress endpoints (#288)#305
tillrohrmann wants to merge 2 commits into
restatedev:restate-1.7from
tillrohrmann:issues/288

Conversation

@tillrohrmann

Copy link
Copy Markdown
Contributor

Document the new versioned ingress endpoints introduced in v1.7 and
migrate all examples and code snippets to use them.

  • Rewrite the HTTP ingress reference page: /restate/call and /restate/send
    URL structure, a new Scopes section (experimental vqueues), and the new
    attach/output/lookup API (by invocation id and by target). Limit-key is
    omitted as it is enterprise-only.
  • Globally rewrite unversioned localhost:8080/Service[/key]/handler[/send]
    examples site-wide to /restate/call/... and /restate/send/..., preserving
    keys and query parameters.
  • Convert old /restate/invocation/... and /restate/workflow/... attach
    examples to the new GET/POST /restate/attach|output and /restate/lookup.
  • Update prose that described the old "/send suffix" pattern.

This fixes #288.

@tillrohrmann tillrohrmann requested review from gvdongen and removed request for gvdongen June 8, 2026 22:22
tillrohrmann and others added 2 commits June 9, 2026 00:23
Document the new versioned ingress endpoints introduced in v1.7 and
migrate all examples and code snippets to use them.

- Rewrite the HTTP ingress reference page: /restate/call and /restate/send
  URL structure, a new Scopes section (experimental vqueues), and the new
  attach/output/lookup API (by invocation id and by target). Limit-key is
  omitted as it is enterprise-only.
- Globally rewrite unversioned localhost:8080/Service[/key]/handler[/send]
  examples site-wide to /restate/call/... and /restate/send/..., preserving
  keys and query parameters.
- Convert old /restate/invocation/... and /restate/workflow/... attach
  examples to the new GET/POST /restate/attach|output and /restate/lookup.
- Update prose that described the old "/send suffix" pattern.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
The Sending messages section linked to #invocation-identifier,
#cancelling-invocations, and #killing-invocations, none of which exist
on the page. Point them to the corresponding sections on the managing
invocations page, matching the convention used elsewhere in the docs.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@tillrohrmann tillrohrmann linked an issue Jun 8, 2026 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Document new ingress endpoint

2 participants